home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12939 < prev    next >
Encoding:
Text File  |  1996-08-05  |  888 b   |  33 lines

  1. Newsgroups: comp.lang.c++
  2. Path: CERN.ch!news
  3. From: Enrique BLANCO <Enrique.Blanco@cern.ch>
  4. Subject: c++ library about object storage ???
  5. X-Nntp-Posting-Host: venice.cern.ch
  6. Content-Type: text/plain; charset=us-ascii
  7. Message-ID: <3152DB3A.2E4A@cern.ch>
  8. Sender: news@news.cern.ch (USENET News System)
  9. Content-Transfer-Encoding: 7bit
  10. Organization: CERN - European Center for Particle Physics
  11. Mime-Version: 1.0
  12. Date: Fri, 22 Mar 1996 16:54:18 GMT
  13. X-Mailer: Mozilla 2.01 (X11; I; HP-UX A.09.05 9000/735)
  14.  
  15. Anybody can tell me if there are any functions to write/read
  16. objects in a file? I'm working in Unix with gcc.
  17.  
  18. i.e.: something similar to borland : (... but not sure !!!)
  19.  
  20.     Class my_class : public streamable
  21.                 //......
  22.  
  23.                 //methods:
  24.  
  25.                    ....
  26.                    read (//..);
  27.                    write (//..);
  28.  
  29.  
  30. Thanks in advance,
  31.  
  32. Enrique BLANCO
  33.